#!/usr/bin/env python
import sys
from public import public

public("objectname1", "objectname2")
print(sys.modules[__name__].__all__)
